|
gmrangle 2.2.1
|
GmrAngle Click example. More...
Macros | |
| #define | MIKROBUS_POSITION_GMRANGLE MIKROBUS_1 |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
GmrAngle Click example.
This is an example which demonstrates the use of GMR Angle Click board.
The demo application is composed of two sections :
Initializes GPIO pins, SPI and LOG modules.
Display angle value in degrees. Results are being sent to the Usart Terminal where you can track their changes. All data logs write on USB uart changes for every 300 msec.
| #define MIKROBUS_POSITION_GMRANGLE MIKROBUS_1 |
| void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |